[staticanalysis]: Fix some dead code
authorColin Walters <walters@verbum.org>
Sat, 21 Jun 2014 21:34:20 +0000 (17:34 -0400)
committerColin Walters <walters@verbum.org>
Sat, 21 Jun 2014 22:08:49 +0000 (18:08 -0400)
commit5936740b95729d28bf6c940d5dd6dfd68420b961
tree2d85c9d3be0fb51eb3224346b650f46b4f37e3a7
parent54079982d8667f3f908a2f03a11c1c8ee0619839
[staticanalysis]: Fix some dead code

One was an unused variable, the other is actually dead because we
can't have mfile != NULL.

https://bugzilla.gnome.org/show_bug.cgi?id=732020
src/libostree/ostree-repo-pull.c
src/libotutil/ot-variant-utils.c